.sec1 {
  max-width: 1800px;
  margin: auto;
  padding-top: 250px;
  height: 400px;
  background-image: linear-gradient(rgba(1, 29, 48, 0.202), rgba(0, 0, 0, 0.442)), url(../images/bg\ banner\ 3.jpg);
  background-position: center;
  background-size: 100% 200%;
  text-align: center;
  color: white;
  /* margin-top: -120px; */
  /* font-size: 35px; */
}

.sec1 h2 {
  color: rgb(255, 255, 255);
  font-size: 55px;
  font-weight: 400;
}

